double total = myList.Sum(item => item.Amount);
int total = monValues.Sum(x => Convert.ToInt32(x));